# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist
coverage

# Development files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE files
.vscode
.idea
*.swp
*.swo

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Git
.git
.gitignore

# Testing
tests
*.test.ts
*.spec.ts
jest.config.js
coverage

# Documentation
README.md
docs/

# Docker files
Dockerfile
.dockerignore

# Logs
logs
*.log

# TypeScript build artifacts (keep src and tsconfig.json for build)
*.tsbuildinfo